home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / labs / README < prev   
Encoding:
Text File  |  1996-11-11  |  988 b   |  28 lines

  1. OpenGL Programming 2 Course Laboratory Programs
  2.  
  3. This software will only compile/run on a >= 5.3 Irix system
  4. with gl_dev and x_dev products loaded.
  5.  
  6. This subtree contains the programs used in the laboratory exercises
  7. in the OpenGL Programming 2 course available through SGI's 
  8. customer education program.  
  9.  
  10. * feedback
  11.     demonstrates use of OpenGL feedback, where one can toggle
  12.     in and out of feedback mode.
  13.  
  14. * fly
  15.     program lets user "fly" through a simple virtual world.
  16.     Input controls enable toggling autopilot, 
  17.     drawing surface normals, reset eye position, as well as 
  18.     MOUSE buttons to move the eyepoint and SPACE bar to cycle 
  19.     wireframe/flat shaded/smooth shaded.
  20.  
  21. * rasterops
  22.     programs demonstrating the use of raster positioning and pixel 
  23.     operations, including creating a collage of images,
  24.     use of the glCopyPixels() and glPixelZoom() routines, 
  25.     plus displaying an rgb image and file (and a subimage) 
  26.     in a window and writing pixel data from the window to an 
  27.     image file.
  28.